decisions = {
    christ_gangbang_troops = {
        potential = {
            is_female = yes
            lustful_religion = yes
            NOT = { society_member_of = ggsm_order_sacred_magdalene }
            NOT = { practical_age >= 50 }
        }
        allow = {
            in_command = yes
			NOT = { 
				trait = incapable 
				trait = chaste
				trait = celibate
			}
			custom_tooltip = {
				text = christ_gangbang_recovering
				NOT = { has_character_flag = christ_gangbanged_troops }
			}
        }
        effect = {
            set_character_flag = christ_gangbanged_troops
            character_event = { id = christ.006 days = 180 } # clear flag
            character_event = { id = christ.005 }
        }
        revoke_allowed = {
			always = no
		}
        ai_will_do = {
            factor = 0.1  # Not very often by default
			modifier = {
				factor = 2
				# women with priestess-whore educations are more likely
				is_priest = yes
				priestess_whore_religion = yes
			}
			modifier = {
				factor = 1.5
				# but with so much testosterone around, even women with just lustful theology educations are more likely
				is_priest = yes
				priestess_whore_religion = no
				lustful_religion = yes
			}
            modifier = {
                # Clergywomen from religions with priestess-whores are also more likely
                factor = 2
                is_theocracy = yes
                priestess_whore_religion = yes
            }
            modifier = {
                factor = 2
                OR = {
                    trait = lustful
                    trait = hedonist
                    trait = cheap_whore
                    trait = experienced_whore
                    trait = exclusive_whore
                }
            }
            modifier = {
                # Weak characters won't risk incapacitating themselves
                factor = 0
                trait = weak
            }
            modifier = {
                # characters who might get ill are less likely
                factor = 0.5
                NOT = { trait = strong }
            }
        }
    }
}
